body {
	margin: 0;
}

#index-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	font-family:microsoft yahei;
	margin-bottom: 54px;
}

#index-banner .banner_bg {
	height: 172px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center top;
	border: 0;
	background: red;
}

.night .banner_bg {
	background-image: url(../images/night.jpg);
}

.morning .banner_bg {
	background-image: none;
	border: 0;
	opacity: 0;
}

.noon .banner_bg {
	background-image: url(../images/noon.jpg);
}

.afternoon .banner_bg {
	background-image: url(../images/afternoon.jpg);
}

#index-banner .banner_m {
	height: 395px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.night .banner_m {
	background-image: url(../images/night_m.jpg);
}

.morning .banner_m {
	background-image: url(../images/morning_m.jpg);
}

.noon .banner_m {
	background-image: url(../images/noon_m.jpg);
}

.afternoon .banner_m {
	background-image: url(../images/afternoon_m.jpg);
}

.lines {
	position: absolute;
	width: 100%;
	z-index: 5;
	height: 1px;
	/* background: #767676; */
}

.line-one {
	mix-blend-mode: color-burn;/*ÃƒÂ©Ã‚Â¢Ã…â€œÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²ÃƒÂ¥Ã…Â Ã‚Â ÃƒÂ¦Ã‚Â·Ã‚Â±ÃƒÂ¯Ã‚Â¼Ã…â€™ IEÃƒÂ¤Ã‚Â¸Ã‚ÂÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¯ÃƒÂ¦Ã…â€™Ã‚ÂÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ¥Ã‚ÂÃ‚Â¯ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¹ÃƒÂ¤Ã‚Â¸Ã‚ÂºÃƒÂ©Ã‚Â»Ã¢â‚¬ËœÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²ÃƒÂ¥Ã‚ÂÃ…Â ÃƒÂ©Ã¢â€šÂ¬Ã‚ÂÃƒÂ¦Ã‹Å“Ã…Â½*/
}

.line-two {
	opacity: 0.4;
	mix-blend-mode: color-dodge;/*ÃƒÂ©Ã‚Â¢Ã…â€œÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²ÃƒÂ¥Ã¢â‚¬Â¡Ã‚ÂÃƒÂ¦Ã‚Â·Ã‚Â¡ÃƒÂ¯Ã‚Â¼Ã…â€™  IEÃƒÂ¤Ã‚Â¸Ã‚ÂÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¯ÃƒÂ¦Ã…â€™Ã‚ÂÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ¥Ã‚ÂÃ‚Â¯ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¹ÃƒÂ¤Ã‚Â¸Ã‚ÂºÃƒÂ§Ã¢â€žÂ¢Ã‚Â½ÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²ÃƒÂ¥Ã‚ÂÃ…Â ÃƒÂ©Ã¢â€šÂ¬Ã‚ÂÃƒÂ¦Ã‹Å“Ã…Â½*/
}

.line-top.line-two {
	top: 1px;
}

.line-bottom.line-one {
	bottom: 0px;
}

.line-bottom.line-two {
	bottom: 1px;
}

.cloud {
	width: 5792px;
	height: 395px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	background: url(../images/cloud.png) repeat-x;
	mix-blend-mode: screen;/* IEÃƒÂ¤Ã‚Â¸Ã‚ÂÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¯ÃƒÂ¦Ã…â€™Ã‚ÂÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ©Ã…â€œÃ¢â€šÂ¬ÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ©Ã¢â‚¬Â¡Ã‚ÂÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ¥Ã‚ÂÃ…Â¡ÃƒÂ¤Ã‚ÂºÃ¢â‚¬Ëœ */
	opacity: 0.6;
	animation: marquee 60s linear infinite;
}

/*ÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Å¡ÃƒÂ©Ã¢â‚¬Â¦Ã‚ÂIE11*/
@media all and (-ms-high-contrast:none) {

	.line-one {
		background: #000;
		opacity: 0.3;
	}

	.line-two {
		background: #fff;
		opacity: 0.4;
	}

	.cloud {
		background: none;
	}
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(1448px);
	}
}

.txt {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 60px;
	color: #fff;
	z-index: 10;
	line-height: 1;
	letter-spacing: 3px;
	text-shadow: 0px 0px 4px rgba(13,53,105,0.6);
}

.txt1 {
	margin-top: 120px;
	margin-bottom: 0;
	opacity: 0;
}

.txt2 {
	margin-top: 42px;
	opacity: 0;
}

.hoverAll {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 395px;
	z-index: 40;
}

#index-banner .swiper-container {
	opacity: 1;
	width: 100%;
	position: absolute;
	left: 0;
	top: 21px;
	z-index: 20;
	overflow: initial;
}

#index-banner .swiper-button-prev,#index-banner .swiper-button-next {
	opacity: 1;
	outline: none;
	background-size: 6px auto;
	width: 38px;
	height: 38px;
	background-color: #272727;
	transition: background-color 0.2s;
}

#index-banner .swiper-button-prev:hover,#index-banner .swiper-button-next:hover {
	background-color: #0f0f0f;
}

#index-banner .swiper-button-prev {
	left: calc(50% - 505px);
}

#index-banner .swiper-button-next {
	right: calc(50% - 505px);
}

#index-banner .swiper-pagination {
	opacity: 0;
	top: 0;
	bottom: unset;
	right: 0;
	width: 940px;
	margin: 0 auto;
	text-align: right;
}

#index-banner .swiper-pagination-bullet {
	width: 35px;
	height: 3px;/*ÃƒÂ¥Ã‚Â¢Ã…Â¾ÃƒÂ¥Ã…Â Ã‚Â ÃƒÂ¥Ã‚ÂÃ‚Â¯ÃƒÂ§Ã¢â‚¬Å¡Ã‚Â¹ÃƒÂ¥Ã¢â‚¬Â¡Ã‚Â»ÃƒÂ¥Ã…â€™Ã‚ÂºÃƒÂ¥Ã…Â¸Ã…Â¸*/
	opacity: 1;
	background: none;
	border-radius: 0;
	margin: 0 1px;
	vertical-align: top;
	border-top: 4px solid #272727;
	outline: none;
}

#index-banner .swiper-pagination-bullet-active {
	height: 0px;
	border-top: 7px solid #ff7900;
	padding-bottom: 0;
}

#index-banner .swiper-slide {
	width: auto;
}
#index-banner .swiper-slide-active .s11des{
	display: block;
}
#index-banner .swiper-slide-active a:first-child img {
	filter: contrast(0.7);
}
#index-banner .swiper-slide img {
	border: 8px solid rgba(255,255,255,0.5);
	opacity: 0.8;
	transition: all 0.3s;
}

#index-banner .swiper-slide-active img,#index-banner .swiper-slide-duplicate-active img {
	opacity: 1;
	border: 8px solid #fff;
}

#index-banner .animating  .swiper-slide img {
	opacity: 1;
	border: 8px solid rgba(255,255,255,1);
	width: 942px;
	height: 337px;
}

.hoverBtn {
	width: 958px;
	height: 353px;
	position: absolute;
	z-index: 30;
	top: 21px;
	cursor: pointer;
}

.hoverPrev {
	left: calc(50% - 1479px);
}

.hoverNext {
	left: calc(50% + 521px);
}